type runtime.errorString
31 uses
runtime (current package)
alg.go#L108: panic(errorString("hash of unhashable type " + t.string()))
alg.go#L125: panic(errorString("hash of unhashable type " + t.string()))
alg.go#L191: panic(errorString("hash of unhashable type " + t.string()))
alg.go#L249: panic(errorString("comparing uncomparable type " + t.string()))
alg.go#L266: panic(errorString("comparing uncomparable type " + t.string()))
cgocall.go#L471: panic(errorString(msg))
cgocall.go#L479: panic(errorString(msg))
cgocall.go#L489: panic(errorString(msg))
cgocall.go#L496: panic(errorString(msg))
cgocall.go#L507: panic(errorString(msg))
cgocall.go#L522: panic(errorString(msg))
cgocall.go#L551: panic(errorString(msg))
cgocall.go#L577: panic(errorString(msg))
cgocall.go#L589: panic(errorString(msg))
error.go#L72: type errorString string
error.go#L74: func (e errorString) RuntimeError() {}
error.go#L76: func (e errorString) Error() string {
panic.go#L188: var shiftError = error(errorString("negative shift amount"))
panic.go#L195: var divideError = error(errorString("integer divide by zero"))
panic.go#L202: var overflowError = error(errorString("integer overflow"))
panic.go#L209: var floatError = error(errorString("floating point error"))
panic.go#L216: var memoryError = error(errorString("invalid memory address or nil pointer dereference"))
signal_unix.go#L840: panic(errorString(sigtable[g.sig].name))
slice.go#L29: panic(errorString("makeslice: len out of range"))
slice.go#L33: panic(errorString("makeslice: cap out of range"))
slice.go#L128: panic(errorString("unsafe.Slice: ptr is nil and len is not zero"))
slice.go#L153: panic(errorString("unsafe.Slice: len out of range"))
slice.go#L179: panic(errorString("growslice: cap out of range"))
slice.go#L267: panic(errorString("growslice: cap out of range"))
string.go#L317: panic(errorString("gobytes: length out of range"))
trace.go#L206: return errorString("tracing is already enabled")
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)